IMap Generic Interface
Represents an associative collection.
Syntax
generic<typename K, typename V>
public interface class IMap : IIterable<IKeyValuePair<K, V>^ >
Requirements
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd
See also
Reference
IMap Members
Windows.Foundation.Collections Namespace